home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / GAMES.SWF / scripts / DefineButton2_474 / BUTTONCONDACTION on(press).as next >
Text File  |  1999-10-24  |  239b  |  16 lines

  1. on(press){
  2.    if(letter == "16")
  3.    {
  4.       loadMovieNum("correct.swf",3,"GET");
  5.       object = "0";
  6.    }
  7.    else if(letter == "0")
  8.    {
  9.       object = "16";
  10.    }
  11.    else
  12.    {
  13.       loadMovieNum("wrong.swf",3,"GET");
  14.    }
  15. }
  16.